host-interaction/file-system

get file system information on Linux

rule:
  meta:
    name: get file system information on Linux
    namespace: host-interaction/file-system
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: basic block
      dynamic: call
  features:
    - and:
      - os: linux
      - or:
        - api: statfs
        - api: fstatfs

last edited: 2023-11-24 10:35:00